home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / app / apper117.lha / apper / s / ToolsMenu < prev    next >
Text File  |  1995-09-20  |  2KB  |  93 lines

  1. Structure of this file:
  2.     At first a "#" as first char of the line to create a menuentry and
  3.     straigt after the "#" the name of the entry.
  4.     Now you could define a command that should be executet if the entry
  5.     is selectet, this has to start with a "_" and the full commandline
  6.     behind it. Optionaly you are able to define a directory where Apper
  7.     should "CD" in, before the command is executed (NOTE: the CD-Path
  8.     is only valid for the command after it !!!)
  9.     If you don't specify a command, nothing happens if the entry is
  10.     selected (logical, isn't it).
  11.     This feature was added, because of creating barlabels (e.g. with "-").
  12.     The number of command's per entry is not limited.
  13.     Every line not starting with a "_" or a "#" would be ignored.
  14.  
  15. #ED
  16. ^ creates a menuentry named "ED"
  17. .SYS:
  18. ^ "CD" into "SYS:" before running next command
  19. _C:ED
  20. ^ runs the program "C:ED" if the entry is selected
  21.  
  22. #DirOpus
  23. .SYS:Utilities/
  24. _SYS:Utilities/DirectoryOpus
  25.  
  26. #Term
  27. .Term:
  28. _Term:Term
  29.  
  30. #TurboImploder
  31. .SYS:
  32. _SYS:Utilities/TurboImploder ShortRoot
  33.  
  34. #Blanker
  35. _SYS:Tools/Commodities/GarnshneeBlanker
  36.  
  37. #VT
  38. _C:VT
  39.  
  40. #Multiview
  41. .SYS:
  42. _SYS:Utilities/MultiView SCREEN
  43.  
  44. #-----------
  45.  
  46. #MPlay
  47. _SYS:Musik/MultiPlayer
  48.  
  49. #PS3M
  50. _SYS:Musik/PS3M
  51.  
  52. #HiP
  53. _SYS:Musik/HiP
  54.  
  55. #AlgoMus
  56. _C:AlgoMusic
  57.  
  58. #-----------
  59.  
  60. #Exchange
  61. _SYS:Tools/Commodities/Exchange
  62.  
  63. #RexxMaster
  64. _SYS:System/RexxMast
  65.  
  66. #-----------
  67.  
  68. #Autodocs
  69. _SYS:Utilities/MultiView AutoDocs:AutoDocs SCREEN
  70.  
  71. #RSys
  72. _SYS:Prog/RSys
  73.  
  74. #Scout
  75. _SYS:Prog/Scout
  76.  
  77. #-----------
  78.  
  79. #AMines
  80. _SYS:Games/AMines
  81.  
  82. #AHextris
  83. .SYS:Games/
  84. _SYS:Games/AHextris
  85.  
  86. #-----------
  87.  
  88. #UnMount LHA0:
  89. _C:UnMount LHA0:
  90.  
  91. #UnMount LHA1:
  92. _C:UnMount LHA1:
  93.